summaryrefslogtreecommitdiff
path: root/[GSoC]ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '[GSoC]ChangeLog')
-rw-r--r--[GSoC]ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/[GSoC]ChangeLog b/[GSoC]ChangeLog
index 19f339271..b1ab11644 100644
--- a/[GSoC]ChangeLog
+++ b/[GSoC]ChangeLog
@@ -1,3 +1,17 @@
+2020-07-18 Anuj Verma <anujv@iitbhilai.ac.in>
+
+ [sdfb] Fix GNU Make build.
+
+ * src/sdfb/rules.mk (SDFB_DRV_H): Fix name of
+ the module specific error file `ftsdfberrs.h'.
+
+ * src/sdf/ftsdf.h (Optimizations): Fix warning.
+ `warning: comma at end of enumerator list [-Wpedantic]'
+
+ * src/sdf/ftsdf.c (sdf_generate_coarse_grid): Remove
+ unused variable `cindex', causes warning.
+ `warning: unused variable 'cindex' [-Wunused-variable]'
+
2020-07-17 Anuj Verma <anujv@iitbhilai.ac.in>
[sdfb] Added new module to generate SDF from bitmap.